home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000299_news@columbia.edu _Sat Feb 22 00:44:23 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id AAA18057
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 22 Feb 1997 00:44:22 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id AAA06504
  7.     for kermit.misc@watsun; Sat, 22 Feb 1997 00:44:20 -0500 (EST)
  8. Path: news.columbia.edu!panix!news.mathworks.com!cam-news-hub1.bbnplanet.com!su-news-hub1.bbnplanet.com!news.bbnplanet.com!super.zippo.com!zdc!zippo!news
  9. From: cksam@macau.ctm.net (SAM, Chi-Kin)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: MS-Kermit via INT14h
  12. Date: Sat, 22 Feb 1997 03:26:17 GMT
  13. Organization: Tecnologia Electronica Hermes
  14. Lines: 104
  15. Message-ID: <5elp42$csr@lex.zippo.com>
  16. References: <urvCz8Q0+/Xa092yn@aixrs1.hrz.uni-essen.de>
  17. Reply-To: cksam@macau.ctm.net
  18. NNTP-Posting-Host: c6line6.macau.ctm.net
  19. Mime-Version: 1.0
  20. Content-Type: text/plain; charset=us-ascii
  21. Content-Transfer-Encoding: 7bit
  22. X-Newsreader: Forte Agent .99g/16.339
  23. Xref: news.columbia.edu comp.protocols.kermit.misc:6638
  24.  
  25. On Wed, 19 Feb 1997 14:06:54 +0100,
  26. sl0528@aixrs1.hrz.uni-essen.de (Thomas Pothmann) wrote:
  27.  
  28. >Hi,
  29. >
  30. >I'm hardly trying to get MS-Kermit screwed up running as telnet client
  31. >via INT14h - but it doesn't still work at all! :-(
  32. >
  33. >I can't handle TCP/IP connection as it is described in msk315.doc for
  34. >serveral reasons: 1. The terminal server, to which I connect to,
  35. >strongly recommends a PAP login, so I can't dial in with Kermit
  36. >because of missing Link Control Protocol. 2. At the moment I prefer
  37. >using pppshare rather than etherppp, because the former seems to work
  38. >more stable and reliable than the latter; pppshare is a Novell ODI
  39. >driver for use over a PPP link and emulates a class 1 (ethernet)
  40. >driver. 3. I generally like to use a class 1 driver, because most of
  41. >my DOS clients call for one (and this way does WATTCP)
  42. >
  43. >So why not get things working from the back? I'm trying exactly this
  44. >with the help from *tcpport.exe*, which I found in the WATTCP tool
  45. >kit. Please see note below:
  46. >
  47. >---
  48. >Using MS-KERMIT with Waterloo TCP 
  49. >
  50. >You may wish to  use a communication program such  as KERMIT
  51. >rather than TELNET.  Waterloo TCP makes this very easy to do
  52. >with its TCPPORT program.
  53. >
  54. >Start by creating a configuration file which tells  your com
  55. >program to use the BIOS ports rather than hardware.   For my
  56. >version of KERMIT, the config file looks like:
  57. >
  58. >C:\TNKERMIT\MSKERMIT.INI
  59. >set baud 9600
  60. >set port bios1
  61. >[...] some cool stuff deleted
  62. >---
  63. >
  64. >Now we can start a telnet session from a batch file *telnet.bat* like
  65. >this one for example: tcpport %1 23 "c:\kermit"
  66. >
  67. >So I've made a minimal mskermit.ini the following items within:
  68. >
  69. >set term type vt320     ; Change this if desired.
  70. >set port 2              ; Change if desired.  If COM3 or 4, read KERMIT.BWR.
  71. >set speed 57600         ; Change if desired.
  72. >set flow RTS/CTS        ; Change to RTS/CTS if modem is configured for this.
  73. >set term bytesize 8     ; Change to 7/8 if desired.
  74. >set term color 0 34 47  ; Terminal screen fore- and background colors.
  75. >
  76. >define wattcp -
  77. >  set port bios2, set speed 57600, set duplex full, -
  78. >  set local-echo off, set flow none, -
  79. >  set handshake none, set parity none
  80. >
  81. >And here's my batch file:
  82. >tcpport %1 23 "kermit do wattcp, connect, stay"
  83. >
  84. >I really get a connect to my host with the configuration mentioned
  85. >above but my terminal screen is full of garbage; when I terminate
  86. >those failed telnet sessions, my PPP link is broken - when I ping the
  87. >host, there are no responses anyway and I must hang up the modem. :-((
  88. >
  89. >What's going wrong there? Who can help me?
  90. >
  91. >Ciao, Thomas.
  92. >
  93. >BTW: Does anybody know, where to get rather recent WATTCP
  94. >binaries from? I didn't found any on WATTCP's home ftp server but only
  95. >the sources; I found some exe.files on the ftp server of Cologne
  96. >University, they are dated as of Sep 1994.
  97. >
  98. >PS: Please don't mind my bad english ...
  99. >
  100. I am playing with MS-Kermit version 3.15 beta 18, I tested it
  101. working with PPPshare fine.
  102.  
  103. I do not using INT14h. I just setup up and load PPPshare as
  104. usual. Then I make the following changes in mskermit.ini /
  105. mscustom.ini:
  106.  
  107. set port tcp nnn.nnn.nnn.nnn (the host I want to connect)
  108. set tcp addr dhcp (my isp can provide dhcp or bootp)
  109. then I can telnet to any hosts now.
  110.  
  111. My observation is that after load the PPP stack and set port
  112. statement in the mskermit.ini / mscustom.ini which set port to a
  113. physical port instead with set port tcp nnn.nnn.nnn or set port
  114. tcp my.host.domain.mane will break down the ppp connection
  115. immediately.
  116.  
  117. You may try to download and use the beta version as I do, the
  118. accompany document mentioned procedures to use etherppp some
  119. information concern set up MS-kermitalso applying to PPPshare.
  120.  
  121. Good luck.
  122.  
  123. ...SAM 
  124. ===========================================================================
  125. SAM, Chi-Kin (Mr.) at Hermes Electronics Technology Co. in MACAU
  126. Tel: +(853)963609  Fax: +(853)511456   PGP key: http://macau.ctm.net/~cksam
  127. e-mail: cksam@macau.ctm.net  Mailing-addr.: P.O.Box 831, Macau, South CHINA
  128. ===========================================================================